Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Setting Up Data Load Notifications

Introduction

The process of loading data into an OpenSearch index may be initiated from an API call, due to a data load request from the UI or a scheduled data sync. In either case, a data load job is created and executed, and the results of the job are logged in AWS. The loading process has two “SNS topics” associated with it; one for a successful, and the other for a failed job. One can subscribe to either, or both of these topics to receive notification emails about the load process.
This article is a step-by-step guide to subscribing to these notifications.

Steps

  1. Login to AWS console

    notifications1

  2. Use the search bar to find “Simple Notification Service” (SNS).

    notifications2

  3. Click on the topics and search for the topics called [your-instance-id]_dataload_failed_job_notification and [your-instance-id]_dataload_successful_job_notification.

    notifications3

  4. Select either of the two topics and click on Create subscription.

    notifications4

  5. Select “Email” as the “Protocol”.

    notifications5

  6. Add an email address and click on Create subscription.

    notifications6

  7. Check your email for a message from SNS to confirm the subscription.

    notifications7


You are now subscribed to receive email notifications when any data load job succeeds/fails. You can always return to the AWS console to stop or make changes to your subscription.